Builld backend
https://packaging.python.org/en/latest/glossary/#term-Build-Backend
A library that takes a source tree and builds a source distribution or built distribution from it. The build is delegated to the backend by a frontend. All backends offer a standardized interface.
Examples of build backends are flit’s flit-core, hatch’s hatchling, Maturin, meson-python, scikit-build-core, and Setuptools.
Source treeを受け取り、そこからSource DistributionまたはWheelをビルドするライブラリ。
ビルドはフロントエンドによってバックエンドに委任されます。すべてのバックエンドは標準化されたインターフェースを提供します。
ビルドバックエンドの例としては、flit の flit-core、hatch の hatchling、Maturin、meson-python、scikit-build-core、Setuptools などがあります。